home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 17 / AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso / Rexx / LoadTournament.rexx < prev    next >
OS/2 REXX Batch file  |  1995-03-26  |  466b  |  23 lines

  1. /*RX
  2.  
  3.     $RCSFile: $
  4.     $Revision: 2.1 $
  5.     $Date: 1993/11/08 16:39:15 $
  6.  
  7.     This script tells Chaos to load the given tournament file.
  8.  
  9.     Usage:    LoadTournament tfile [force]
  10.  
  11.     The force option suppresses the requester which asks, if the
  12.     current tournament should be saved first.
  13.  
  14.     Note, that this can only be used, when Chaos is able to accept
  15.     commands, i.e. if menuitems can be selected.
  16. */
  17.  
  18. PARSE ARG filename force
  19.  
  20. ADDRESS 'CHAOS.1'
  21.  
  22. 'LoadTournament 'filename' 'force
  23.